home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 53142 / 53142.xpi / skin / sorepdisplay.css < prev    next >
Cascading Style Sheet File  |  2009-12-07  |  2KB  |  80 lines

  1. /*##########################################################################
  2.     Copyright 2009 Tim Reid
  3.  
  4.     This file is part of the Stack Overflow Reputation Display extension
  5.     for Mozilla Firefox.
  6.  
  7.     Stack Overflow Reputation Display is free software: you can
  8.     redistribute it and/or modify it under the terms of the GNU General
  9.     Public License as published by the Free Software Foundation, either
  10.     version 3 of the License, or (at your option) any later version.
  11.  
  12.     Stack Overflow Reputation Display is distributed in the hope that it
  13.     will be useful, but WITHOUT ANY WARRANTY; without even the implied
  14.     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15.     See the GNU General Public License for more details.
  16.  
  17.     You should have received a copy of the GNU General Public
  18.     License along with Stack Overflow Reputation Display. If not,
  19.     see <http://www.gnu.org/licenses/>.
  20. ##########################################################################*/
  21.  
  22. /* Layout based on http://sstatic.net/so/flair-Default.StackOverflow.css */
  23.  
  24. tooltip.sorepdisplay { padding: 3px 3px; }
  25.  
  26. description.sorepdisplay                         { margin: 0px 0px; }
  27. description.sorepdisplay.sorepdisplay-badge1     { color: #ffcc00; margin-left: 3px; } 
  28. description.sorepdisplay.sorepdisplay-badge2     { color: #c0c0c0; margin-left: 3px; } 
  29. description.sorepdisplay.sorepdisplay-badge3     { color: #CC9966; margin-left: 3px; }
  30. description.sorepdisplay.sorepdisplay-badgecount { padding-left: 1px; }
  31. description.sorepdisplay.sorepdisplay-name       { margin-left: 3px; }
  32.  
  33. .defaultreputationtextcolor   { color: #444444; }
  34. .defaultbadgetextcolor        { color: #808185; }
  35.  
  36. .reputationtextcolor   { color: #444444; }
  37. .badgetextcolor        { color: #808185; }
  38.  
  39. description.sorepdisplay.sorepdisplay-score {
  40.   font-size:   120%;
  41.   font-weight: bold;
  42.   margin-left: 3px;
  43. }
  44.  
  45. image.sorepdisplay.sorepdisplay-soicon { cursor: pointer; }
  46.  
  47. dialog#sorepdisplayoptions description.titletext {
  48.     width:       200px;
  49.     font-weight: bold;
  50.     font-size:   180%;
  51. }
  52.  
  53. dialog#sorepdisplayoptions richlistbox image {
  54.   margin-left:   3px;
  55.   margin-top:    2px;
  56.   margin-bottom: 2px;
  57. }
  58.  
  59. dialog#sorepdisplayoptions richlistitem {
  60.   -moz-box-align: center;
  61. }
  62.  
  63. hbox.colorpicker {
  64. }
  65.  
  66. hbox.swatch {
  67.   width: 24px;
  68.   height: 24px;
  69.   margin: 2px 2px;
  70.   border: 1px solid black;
  71. }
  72.  
  73. hbox.swatch:hover {
  74.   border: 1px solid red;
  75. }
  76.  
  77. menupopup.colorpicker {
  78.   padding: 2px;
  79. }
  80.